ComponentOne ASP.NET MVC Controls
OnClientPrepareCellForEdit Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientPrepareCellForEdit Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientPrepareCellForEdit client event. Occurs when an editor cell is created and before it becomes active.
Syntax
'Declaration
 
Public Overridable Function OnClientPrepareCellForEdit( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder OnClientPrepareCellForEdit( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members